@@ -97,13 +97,13 @@ public function generateForm($autoSubmit = false, $callback = null, $adapterConf
9797
9898 $ callbackRoute = route (config ("larapay.payment_callback " ), [
9999 'gateway ' => $ this ->gate_name ,
100- 'transaction-id ' => $ this ->id ,
100+ 'transaction_id ' => $ this ->id ,
101101 ]);
102102
103103 if ($ callback != null ) {
104104 $ callbackRoute = route ($ callback , [
105105 'gateway ' => $ this ->gate_name ,
106- 'transaction-id ' => $ this ->id ,
106+ 'transaction_id ' => $ this ->id ,
107107 ]);
108108 }
109109
@@ -137,13 +137,13 @@ public function formParams($callback = null, $adapterConfig = []): array
137137
138138 $ callbackRoute = route (config ("larapay.payment_callback " ), [
139139 'gateway ' => $ this ->gate_name ,
140- 'transaction-id ' => $ this ->id ,
140+ 'transaction_id ' => $ this ->id ,
141141 ]);
142142
143143 if ($ callback != null ) {
144144 $ callbackRoute = route ($ callback , [
145145 'gateway ' => $ this ->gate_name ,
146- 'transaction-id ' => $ this ->id ,
146+ 'transaction_id ' => $ this ->id ,
147147 ]);
148148 }
149149
0 commit comments