Browse Source

release 1.1

tags/2.0.3
0nepeop1e 4 years ago
parent
commit
d8ab85b206
3 changed files with 15 additions and 0 deletions
  1. 5
    0
      .idea/codeStyles/codeStyleConfig.xml
  2. 6
    0
      .idea/vcs.xml
  3. 4
    0
      src/RazerPayDriver.php

+ 5
- 0
.idea/codeStyles/codeStyleConfig.xml View File

@@ -0,0 +1,5 @@
1
+<component name="ProjectCodeStyleConfiguration">
2
+  <state>
3
+    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
4
+  </state>
5
+</component>

+ 6
- 0
.idea/vcs.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+  </component>
6
+</project>

+ 4
- 0
src/RazerPayDriver.php View File

@@ -91,4 +91,8 @@ class RazerPayDriver implements PaymentGatewayDriver
91 91
 
92 92
         return $this->verifyGatewayReturn($request);
93 93
     }
94
+
95
+    public function getBillIdFromRequest(Request $request){
96
+        return $request->query->get('orderid');
97
+    }
94 98
 }

Loading…
Cancel
Save