소스 검색

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'])

Loading…
취소
저장