ソースを参照

fix orderid

tags/2.0.3
0nepeop1e 4年前
コミット
0066658aa2
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/RazerPayDriver.php

+ 1
- 1
src/RazerPayDriver.php ファイルの表示

@@ -55,7 +55,7 @@ class RazerPayDriver implements PaymentGatewayDriver
55 55
 
56 56
         $query = array_merge(
57 57
             compact(
58
-                'amount', 'order_id', 'bill_name', 'bill_email', 'bill_mobile',
58
+                'amount', 'orderid', 'bill_name', 'bill_email', 'bill_mobile',
59 59
                 'bill_desc', 'country', 'verify_code', 'currency'
60 60
             ),
61 61
             Arr::only($options, ['channel'])

読み込み中…
キャンセル
保存