Skip to content

Commit 882a82a

Browse files
authored
Merge pull request #12 from pokepay/fix-test
fix test
2 parents 2b75288 + d5559ba commit 882a82a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/pokepay_partner_ruby_sdk_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ def test_can_not_create_payment_transaction
172172
end
173173

174174
def test_can_create_customer_account
175+
customer_id = $inifile["testdata"]["customer_id"]
176+
shop_id = $inifile["testdata"]["shop_id"]
175177
private_money_id = $inifile["testdata"]["private_money_id"]
176178
amount = 100
177179
description = "支払いテスト"

0 commit comments

Comments
 (0)