Browse Source

fix orderid

tags/2.0.3
0nepeop1e 4 years ago
parent
commit
0066658aa2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/RazerPayDriver.php

+ 1
- 1
src/RazerPayDriver.php View File

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

Loading…
Cancel
Save