Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
dmitrii-fediuk committed Feb 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 44522ce commit 53fd886
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions API/Facade/GetDecisions.php
Original file line number Diff line number Diff line change
@@ -41,11 +41,9 @@ protected function adjustClient(ClientBase $c):void {
* @override
* @see \Df\API\Facade::path()
* @used-by \Df\API\Facade::p()
* @param int|string|null $id
* @param string|null $s
* @return string
*/
protected function path($id, $s) {return df_cc('?',
protected function path(string $id, string $s = ''):string {return df_cc('?',
df_cc_path($this->prefix(), 'accounts', S::s()->merchantID(), 'decisions'), http_build_query([
/**
* 2020-02-27
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "friends-of-commerce/sift-paymentprotect"
,"version": "0.4.0"
,"version": "0.4.1"
,"description": "Sift integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://github.com/Friends-of-Commerce/Sift-PaymentProtect"

0 comments on commit 53fd886

Please sign in to comment.