-
in package md.maib.retail.rest
create rest resource as @RestController and method for register campaign
-
example from rest pom.xml
```xml
md.maib.retail
loyalty-campaign-application
${project.version}
```
-
package md.maib.commons.integration.test;
import org.junit.jupiter.api.Tag;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestPropertySource…
-
First of all, lets complete previous tasks!
use cases will be in application module
each use case is a separate interface, service what implements it, and command
example (from existing project…
-
- create in test/java package md.maib.retail.model
- in md.maib.retail.model.junit create annotation:
```java
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
im…
-
We list some sports governing bodies:
https://www.whatdotheyknow.com/body/list/sports_governing_body
We should have a help page section explaining why we list them, and what our criteria is for …
-
I'm using Cloudflare as an external DNS and my root A record is proxied on Cloudflare. That means it doesn't have a static IP address.
I keep getting daily emails that tells me the root A record chan…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
I attempted to connect with maib using this plugin recently. Our WP version is 6.2.2, and we are running PHP version 8.2.1. However, I encountered an issue where the transaction is successful, but the…
-
See original issue: https://github.com/alexminza/wc-moldovaagroindbank/issues/29
They are running on a Windows server - thus `PHP_EOL` is defined differently and `explode(PHP_EOL...` does not prope…