-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GMO後払い決済に対応する #106
GMO後払い決済に対応する #106
Conversation
ruby-head(ruby 2.8.0dev)でFile does not exist:rexml/documentというエラーになる。 2.8.0devでREXMLが添付ライブラリから外されたという情報があり、その影響とみられる。 ruby-headのバージョンは安定板ではないし、テストをするのをやめる。
1f9e26f
to
e4980ea
Compare
item_code: detail[:item_code], | ||
item_name: detail[:item_name], | ||
order_number: detail[:order_number], | ||
st_code: '00000-0000-00000-00000-00100-00000-00000', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
決済区分は以下が正しいかと思いました
st_code: '00000-0000-00000-00000-00100-00000-00000', | |
st_code: '00000-0000-00000-00010-00000-00000-00000', |
書式:NNNNN-NNNN-NNNNN-NNNNN-NNNNN-NNNNN-NNNNN
(以下表の対比12345-6789-ABCDE-FGHIJ-KLMNO-PQRST-UVWXY)
「GMO後払い決済」は対応表(p.46)を見る限り I
だったので
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一点コメントしました
item_code: detail[:item_code], | ||
item_name: detail[:item_name], | ||
order_number: detail[:order_number], | ||
st_code: '00000-0000-00000-00000-00100-00000-00000', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
銀行振込(バーチャル口座)
の設定になっているようです 🙏
仕様書 p.46
より
uri: https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi | ||
body: | ||
encoding: UTF-8 | ||
string: contract_code=[CONTRACT_CODE]&user_id=&user_name=YAMADA+Taro&user_mail_add=yamada-taro%40example.com&item_code=ITEM001&item_name=Greate+Product&order_number=O17949889&st_code=00000-0000-00000-00000-00100-00000-00000&mission_code=1&item_price=10000&process_code=1&xml=1&delivery_code=99&consignee_postal=1500002&consignee_name=%E3%82%A4%E3%83%97%E3%82%B7%E3%83%AD%E3%83%B3%E3%82%BF%E3%83%AD%E3%82%A6&consignee_address=%E6%9D%B1%E4%BA%AC%E9%83%BD%E6%B8%8B%E8%B0%B7%E5%8C%BA%EF%BC%91%E2%88%92%EF%BC%91%E2%88%92%EF%BC%91&consignee_tel=0312345678&orderer_postal=1500002&orderer_name=YAMADA+Taro&orderer_address=%E6%9D%B1%E4%BA%AC%E9%83%BD%E6%B8%8B%E8%B0%B7%E5%8C%BA1-1-1&orderer_tel=0312345678&version=2&memo1=memo1&memo2=memo2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VCRのカセットの決済区分も 銀行振込(バーチャル口座)
になっているので、こちらもご確認ください 🙏
レビューありがとうございます!修正したので再度お願いします 🙏 ご指摘いただいた箇所以外で、英語の表記名について見直して、そちらも修正しております。 |
@@ -302,6 +302,45 @@ else | |||
end | |||
``` | |||
|
|||
### GMO Payment After Delivery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🍊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM〜
レビューありがとうございました! マージreadyなのでマージしてしまおうかと思ったのですが、 |
@itakurara |
ありがとうございます〜!ではではこちらはマージしてしまいます 🚀 |
イプシロン決済システム仕様書 Ver.1.0.41 p44, 45