data-toggle to data-bs-toggle
While disputes are not chargebacks "yet" at https://github.com/Azuriom/Plugin-Shop/blob/a1211fc313a5d472f169e29caa9cb0e9b7d58880/src/Payment/Method/PayPalMethod.php#L90-L94
creates a warning in the logs gives the error
a dispute looks like :
{
"txn_type": "new_case",
"payment_date": "XX",
"case_id": "XX",
"case_type": "dispute",
"business": "XX",
"verify_sign": "XX",
"payer_email": "XX",
"txn_id": "XX",
"case_creation_date": "XX",
"receiver_email": "XX",
"payer_id": "XX",
"receiver_id": "XX",
"reason_code": "not_as_described",
"custom": "XX", // azuriom user id
"charset": "windows-1252",
"notify_version": "3.9",
"ipn_track_id": "XX"
}
For a dispute, the wrong status key is used : https://github.com/Azuriom/Plugin-Shop/blob/a1211fc313a5d472f169e29caa9cb0e9b7d58880/src/Payment/Method/PayPalMethod.php#L66
Maybe we could update to chargeback
the status of payment?
Add shop as dependencie and update version (#12)
Update plugin.json
Update PaysafecardManualServiceProvider.php
Update plugin.json
Update PaysafecardManualServiceProvider.php
Update DedipassPaymentServiceProvider.php
Unfortunately nobody will take the time to manually fix the issue with you, what you can do to fix this error is to reset the CMS.
You first backup any table you might want to keep, pages, posts etc
Then :
If you have access to a vps, you can php artisan migrate:refresh --seed
Or
You completely delete the database and the Azuriom files in your ftp and go through the install process again
Then import and tables you backed up
Add custom cards in user profile for plugins (#49)
Fix maintenance custom paths and fix small issues with OAuth login
Serve game images locally during installation
Add players money in AzLink response
Fix modal close button (#133)
Generate UUID for Minecraft offline mode
Apply fixes from StyleCI
Add Czech translation From https://translate.azuriom.com, thanks to @Fjuro and other translators
Apply fixes from StyleCI
Update Composer dependencies
Improve 2FA security
Update NPM dependencies
Add russian translation (#144)
Update translations with changes from Crowdin
Update dependencies
Improve Microsoft login and hide SMTP password on admin dashboard Closes #141 and closes #148
Improve new password requirements (closes #136)
Fix Dockerfile with PHP 8.1 and update documentation (#168)
Optimizes active users count and hides custom game from list (#169)
Remove auto-login after password reset (#177)
I remember when the login for steam was implemented, it was forced the way it is by an admin that is not even around anymore. Without taking into consideration the rest of users or different use cases that could emerge with multiple ways to sign in.
Why is it like that? "Because it's like this on other websites"
If more thought were given to that "multiple ways to sign in" we could come up with "Requirements" that needs to be filled in before an action like "You need to link your steam account for this purchase, click here" that kind of flow...
The reason of half translated content is still valid, and a plugin could implement this if it’s limited to a language switcher
It was not half translated, specially with https://github.com/Azuriom/Plugin-Shop/pull/15, https://github.com/Azuriom/Plugin-Wiki/pull/4 and https://github.com/Azuriom/Plugin-FAQ/pull/3 some other could be done but i didnt waste more time since it was not seriously considered.
The plan was to have it deep into the CMS to be multi lingual for v1, not "just" a language switcher
This pull request allows an user to link multiple social platforms.
From this we could add the possibility to give points or a package from the shop when an user link an account or even send a command to a server..
It could also let the user choose his avatar from his linked accounts
Many things can come from this
@Javdu10 but @MrMicky-FR said that
The PR is out-of-date, I've closed it with more explanations
So it needs to be updated in order to work? or its working and @MrMicky-FR didn't merge it because of conflicts?
The PR I linked is working and is compatible with v1. It's only the switcher functionality. It was to separate the switch functionality and the UI changes which are rather big in another PR
To be honest I got tired of this because I've put hours in this, did the work and the only feedback I got was "it's complicated it will need to changes many components" as you could see the components where changed and it was supposed to be in v1, never got serious consideration apart from "we will see later" the functionality is in production on two websites : universe.flyff.com and on moonflyff.fr
The code you are looking for is here: https://github.com/Azuriom/Azuriom/pull/73/files
It's a simple language switcher per user
Hello thank you for the suggestion, if you do a pull request I will review it!
Hello thank you for the suggestion, if you do a pull request I will review it!
[tsl] ERROR in DataInspector.ts(637,22) TS2345: Argument of type 'number' is not assignable to parameter of type 'never'
Update DataInspector.ts
[tsl] ERROR in DataInspector.ts(637,22) TS2345: Argument of type 'number' is not assignable to parameter of type 'never'