Skip to content

Commit

Permalink
Hotfixes the widgets url
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangruneberg committed Feb 4, 2019
1 parent 7af214c commit 0d9ac6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OPPWA.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class OPPWA
const URL_CHECKOUTS = '/v1/checkouts';
const URL_PAYMENTS = '/v1/payments';
const URL_REGISTRATIONS = '/v1/registrations';
const URL_PAYMENTWIDGET = '/v1/paymentWidget.js';
const URL_PAYMENTWIDGET = '/v1/paymentWidgets.js';
const URL_3DSECURE = '/v1/threeDSecure';


Expand Down Expand Up @@ -49,4 +49,4 @@ public function getClient()
{
return $this->client;
}
}
}

0 comments on commit 0d9ac6b

Please sign in to comment.