Skip to content

Commit 22e3533

Browse files
Update API key endpoint (#53)
1 parent f0db205 commit 22e3533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/aplazame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function configure_aplazame_profile( $sandbox, $private_key ) {
6767
$private_key
6868
);
6969

70-
return $client->get( '/me' );
70+
return $client->get( '/merchants/api-keys' );
7171
}
7272

7373
/**

0 commit comments

Comments
 (0)