Skip to content

Commit

Permalink
add integrator id
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboss86 committed Nov 4, 2020
1 parent 9f7cc76 commit 37b9615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Payum/Action/CaptureAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function execute($request): void

SDK::setAccessToken($this->api->getAccessToken());

SDK::setIntegratorId('dev_11586dc9e7f311eab4a00242ac130004');

$preference = new Preference();

try {
Expand Down

0 comments on commit 37b9615

Please sign in to comment.