README.md in active_merchant-epsilon-0.9.3 vs README.md in active_merchant-epsilon-0.9.4

- old
+ new

@@ -300,16 +300,19 @@ else raise StandardError, response.message end ``` -### GMO Payment After Delivery +### Epsilon Link Payment +EpsilosLinkPaymentGateway is available in all link payments. +For example, GMO Payment After Delivery. + ```ruby -ActiveMerchant::Billing::EpsilonGmoAfterGateway.contract_code = 'YOUR_CONTRACT_CODE' +ActiveMerchant::Billing::EpsilonLinkPaymentGateway.contract_code = 'YOUR_CONTRACT_CODE' -gateway = ActiveMerchant::Billing::EpsilonGmoAfterGateway.new +gateway = ActiveMerchant::Billing::EpsilonLinkPaymentGateway.new amount = 10000 purchase_detail = { user_id: 'YOUR_APP_USER_IDENTIFIER', @@ -317,9 +320,10 @@ user_email: 'yamada-taro@example.com', user_tel: '0312345678', item_code: 'ITEM001', item_name: 'Greate Product', order_number: 'UNIQUE ORDER NUMBER', + st_code: 'SETTLEMENT_CODE', consignee_postal: '1500002', consignee_name: '山田 太郎', consignee_address: '東京都渋谷区1-1-1', consignee_tel: '0312345678', orderer_postal: '1500002',