We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e52f4 + 6a91622 commit 2072d73Copy full SHA for 2072d73
1 file changed
src/Requests/IdentityBluemRequest.php
@@ -174,13 +174,12 @@ public function XmlString(): string
174
*
175
* This does clip your current entranceCode
176
* to ensure the max length is respected.
177
- *
+ * @deprecated Since iDeal 2.0, the status GUI via this entranceCode mutation is no longer available.
178
* @return void
179
*/
180
public function enableStatusGUI()
181
{
182
- $this->entranceCode = "showConsumerGui" .
183
- substr($this->entranceCode, 0, 25);
+ return;
184
}
185
186
private function XmlWrapDebtorWalletForPaymentMethod(): string
0 commit comments