Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trade offer confirmation markup has changed #85

Open
grandrr opened this issue Mar 12, 2018 · 0 comments
Open

Trade offer confirmation markup has changed #85

grandrr opened this issue Mar 12, 2018 · 0 comments

Comments

@grandrr
Copy link

grandrr commented Mar 12, 2018

Markup was changed, i got fatal when try get confirmation
Code:
$confDescRegex = '/

((Confirm|Trade with|Sell -) .+)</div>/';

should be fixed to:
$confDescRegex = '/

((Confirm|Trade|Sell) .+)</div>/';

in Confirmations.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant