Skip to content

Commit 2072d73

Browse files
Merge pull request #82 from bluem-development/remove-showConsumerGui
Remove `showConsumerGui` prefixer
2 parents b5e52f4 + 6a91622 commit 2072d73

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Requests/IdentityBluemRequest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,12 @@ public function XmlString(): string
174174
*
175175
* This does clip your current entranceCode
176176
* to ensure the max length is respected.
177-
*
177+
* @deprecated Since iDeal 2.0, the status GUI via this entranceCode mutation is no longer available.
178178
* @return void
179179
*/
180180
public function enableStatusGUI()
181181
{
182-
$this->entranceCode = "showConsumerGui" .
183-
substr($this->entranceCode, 0, 25);
182+
return;
184183
}
185184

186185
private function XmlWrapDebtorWalletForPaymentMethod(): string

0 commit comments

Comments
 (0)