Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Delete action: array to string conversion #72

Closed
Tjitse-E opened this issue Apr 29, 2021 · 0 comments · Fixed by #73
Closed

Delete action: array to string conversion #72

Tjitse-E opened this issue Apr 29, 2021 · 0 comments · Fixed by #73

Comments

@Tjitse-E
Copy link
Contributor

Example creditmemo.yaml:

creditmemo:
  sales_creditmemo:
    provider:
      delete: true

Run: php bin/masquerade run --with-integrity

Result:

._ _  _. _ _.    _ .__. _| _
| | |(_|_>(_||_|(/_|(_|(_|(/_
            |
                   by elgentos
                        v0.3.0
PHP Warning:  Invalid argument supplied for foreach() in /Users/tjitse/sites/masquerade/src/Elgentos/Masquerade/Console/RunCommand.php on line 129

Warning: Invalid argument supplied for foreach() in /Users/tjitse/sites/masquerade/src/Elgentos/Masquerade/Console/RunCommand.php on line 129
PHP Notice:  Array to string conversion in /Users/tjitse/sites/masquerade/src/Elgentos/Masquerade/Console/SymfonyOutput.php on line 92

Notice: Array to string conversion in /Users/tjitse/sites/masquerade/src/Elgentos/Masquerade/Console/SymfonyOutput.php on line 92
Deleting records from Array table
PHP Notice:  Array to string conversion in /Users/tjitse/sites/masquerade/src/Elgentos/Masquerade/Console/SymfonyOutput.php on line 92

Notice: Array to string conversion in /Users/tjitse/sites/masquerade/src/Elgentos/Masquerade/Console/SymfonyOutput.php on line 92
Records have been deleted from Array table

Updating [sales_creditmemo_comment]
    0/0 [----->----------------------]   0% < 1 sec Complete
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant