display qr code on second screen on qrpay
This commit is contained in:
@@ -23,7 +23,7 @@ class KbzMerchant
|
||||
method: 'kbz.payment.precreate',
|
||||
timestamp: Time.now.utc.to_i.to_s,
|
||||
nonce_str: SecureRandom.hex(16),
|
||||
notify_url: @payment_method.notify_url,
|
||||
notify_url: "http://localhost:3000/notify",
|
||||
sign_type: 'SHA256',
|
||||
version: '1.0',
|
||||
biz_content: {
|
||||
|
||||
Reference in New Issue
Block a user