Skip to content

Latest commit

 

History

History
116 lines (67 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

116 lines (67 loc) · 4.13 KB

CHANGELOG

0.14.0

0.13.0

0.12.0

0.11.0

0.10.0

0.9.4

0.9.3

0.9.2

0.9.1

0.9.0

0.8.0

0.5.9

0.5.8

  • 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.

0.5.7

0.5.6

0.5.5

0.5.4

0.5.3

0.5.2

0.5.1

  • Add change recurring amount method by kurotaky #66
    • 月次課金の金額変更をできるようにしました
    • 送信パラメータ、受信パラメータに関しては、GMO イプシロンAPI利用マニュアル Ver.1.2.9 - 取引の金額変更 API を参照して下さい

0.5.0

  • 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

0.4.0

  • Support credit card installment payment
  • Support credit card revolving payment
  • Fix response of credit card payment with 3D secure
  • Remove raw_ssl_request method

0.3.0

  • Support credit card payment with 3D secure
  • Disable to specify contract_code with purchase_detail

0.2.0

  • Specification user_name with purchase_detail

0.1.0

  • CreditCard verification_value is required by default