- GMO IDに登録されているクレジットカードで決済できるようにしました。
- 都度課金、定期課金、コンビニ決済で memo1, memo2 を送信できるようにした #83
- Add encoding setting
- According to the Epsilon specification, the request parameters must be encode in EUC-JP or Shift_JIS. For the specification, this pull request add encoding setting.
- Add change recurring amount method by kurotaky #66
- 月次課金の金額変更をできるようにしました
- 送信パラメータ、受信パラメータに関しては、GMO イプシロンAPI利用マニュアル Ver.1.2.9 - 取引の金額変更 API を参照して下さい
- Separate ConvenienceStorePayment from EpsilonGateway and Create new gateway
- Require user_name in detail for purchase method
- Rename number_of_payments to payment_time
- Remove ActiveMerchant::Epsilon::InvalidActionError
- Remove ActiveMerchant::Epsilon::InvalidPaymentMethodError
- Support credit card installment payment
- Support credit card revolving payment
- Fix response of credit card payment with 3D secure
- Remove raw_ssl_request method
- Support credit card payment with 3D secure
- Disable to specify contract_code with purchase_detail
- Specification user_name with purchase_detail
- CreditCard verification_value is required by default