We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9e67a commit 9f5d113Copy full SHA for 9f5d113
src/Adapter/Pasargad.php
@@ -195,4 +195,24 @@ protected function getInquiryUrl()
195
return $this->testCheckTransactionUrl;
196
}
197
198
+
199
+ /**
200
+ * @return bool
201
+ */
202
+ public function canContinueWithCallbackParameters()
203
+ {
204
+ if (!empty($this->tref)) {
205
+ return true;
206
+ }
207
+ return false;
208
209
210
211
+ public function getGatewayReferenceId()
212
213
+ $this->checkRequiredParameters([
214
+ 'tref',
215
+ ]);
216
+ return $this->tref;
217
218
0 commit comments